Intersoft ClientUI Documentation
DataEventArgs<TData> Constructor



The object to pass to the event handlers.
Initializes the DataEventArgs class.
Syntax
Public Function New( _
   ByVal value As TData _
)
Dim value As TData
 
Dim instance As New DataEventArgs(Of TData)(value)
public DataEventArgs<TData>( 
   TData value
)
public:
DataEventArgs<TData>( 
   TData^ value
)

Parameters

value
The object to pass to the event handlers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataEventArgs<TData> Class
DataEventArgs<TData> Members

Send Feedback